home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / windows / htm2txt1.zip / README.TXT < prev   
Text File  |  1996-07-09  |  3KB  |  100 lines

  1. HTM2TXT v 1.0, Jul.01,1996 by Otto Räder
  2.  
  3. Description:
  4.  
  5.    HTM2TXT.CMD is a REXX script which extracts HTML-tags from
  6.    .HTML-files used in Internet www-communication and stores
  7.    the remaining text into an ASCII-file.
  8.  
  9. Group:
  10.  
  11.    HTM2TXT belongs to group OS/2 - Editors
  12.  
  13. Freeware:
  14.  
  15.    HTM2TXT may be distributed freely under the following conditions.
  16.    Copyright notices must NOT be removed, all files contained in the file
  17.    inventory below must be distributed together (you may not remove any
  18.    files), and you may not charge for the program.
  19.  
  20.    If you find the program useful then send a post-card (picture of
  21.    the location where you live) to:
  22.  
  23.        Otto Räder
  24.        Hauptstrasse 61B/13
  25.        A3001 Mauerbach
  26.        ---------------
  27.        Austria
  28.  
  29. Prerequisites:
  30.  
  31.    HTM2TXT requires OS/2 and REXX.
  32.  
  33.    It has been developed and tested under OS/2 Warp,
  34.    there is no intention to move it to other platforms.
  35.  
  36. Distribution:
  37.  
  38.    The following files are contained in HTM2TXT1.ZIP:
  39.  
  40.     HTM2TXT.CMD       96-07-01 the REXX command
  41.     README.TXT                 documentation, this file
  42.     FILE_ID.DIZ                Id-file
  43.  
  44. Installation:
  45.  
  46.    To install HTM2TXT just UNZIP the HTM2TXT1.ZIP file and place the
  47.    command into a directory contained in your CONFIG.SYS PATH= statement.
  48.  
  49. Usage:
  50.  
  51.    From an OS/2 command line start HTM2TXT:
  52.  
  53.      htm2txt filename.htm
  54.  
  55.    Make shure filename.htm is in the current directory.
  56.  
  57.    HTM2TXT will create an output file 'filename.txt' and it will
  58.    start an editor to view this file.
  59.  
  60.    Following statements may be changed to customize result:
  61.  
  62.      line 28: linemax=80    maximum line length in output file.
  63.                             Any text longer will be split to
  64.                             output lines not longer than 'linemax'
  65.  
  66.      line 29: pixlbyt=6     when <td width="nnnPIX"> then the
  67.                             column width in tables is determined
  68.                             by: nnn/pixlbyt.
  69.  
  70.      line 30: editor='e'    the name of an ASCII editor to display
  71.                             result file. It may be changed to the
  72.                             installations favoured editor.
  73.  
  74.      line 41: consts=       this is a table of variables to substitute
  75.                             special characters. I could not find an
  76.                             official table in any web-site, so this
  77.                             table is a collection of variables i have
  78.                             seen up to today.
  79.  
  80. Warranty:
  81.  
  82.    The program is distributed on an as-is basis.
  83.    It tries to extract as much text as possible,
  84.    however, i am sure, there are some special forms
  85.    of tags which i missed.
  86.    Normally such tags are simply ignored.
  87.  
  88.    There is no guarantee to get certain results
  89.    nor is any guarantee to avoid damages of existing files.
  90.  
  91.    Note: In the current directory the program will
  92.          overwrite any file with filename of
  93.          input-file and a file extension of .TXT, eg.: filename.TXT !
  94.  
  95. Comments:
  96.  
  97.    Comments and recommendations pls to:
  98.  
  99.          oraeder@ibm.net
  100.